home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / hylog217.zip / TNCSETUP.INI < prev   
Text File  |  1992-03-25  |  1KB  |  44 lines

  1. ; These commands are required for HyperLog to operate properly with TNC's.
  2. ; If your TNC uses a different command than I have here, replace mine.
  3. ; Be prepared, though, if you change any commands, the packet function
  4. ; in HyperLog may be eratic or fail to work completely so keep a backup
  5. ; of this file if you intend to modify it.
  6. ;
  7. ; The commands in this file are ONLY sent during HyperLog startup.
  8. ;
  9. ; if you are going to send specific characters (like CTL-C) then prefix the
  10. ; value with a $ sign and use HEX (hexadecimal) numbers.
  11. ;
  12. ; Lines starting with a ; are comments.  Also, all blank lines should be
  13. ; prefixed with a semicolon.
  14. ;
  15. ; Send three * to set autobaud if needed
  16. $2A
  17. $2A
  18. $2A
  19. ;
  20. ; Set CMD mode for the next batch of commands.
  21. $03
  22. $03
  23. $03
  24. ;
  25. ; Turn off Host mode if on.
  26. $01
  27. OHON
  28. $17
  29. ; turn XFLOW on and set XON/XOFF so we can control the datastream
  30. XFLOW ON
  31. XON $11
  32. XOFF $13
  33. ;
  34. ; turn off flow since TNC data can't overwrite our command line
  35. FLOW OFF
  36. ;
  37. ; set up CTL-Q for flow control
  38. START $11
  39. ;
  40. ; set up CTL-S for flow control
  41. STOP $13
  42.  
  43.  
  44.